﻿@font-face {
  font-family: 'iconfont';  /* project id 2016953 */
  src: url('//at.alicdn.com/t/font_2016953_156pf9qlbun.eot');
  src: url('//at.alicdn.com/t/font_2016953_156pf9qlbun.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_2016953_156pf9qlbun.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_2016953_156pf9qlbun.woff') format('woff'),
  url('//at.alicdn.com/t/font_2016953_156pf9qlbun.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_2016953_156pf9qlbun.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

a:hover {
    text-decoration: none;
}

/*头部*/
.wawoo-top {
    border-bottom: 1px solid #bebebe;
}
.wawoo-top .navbar-header {
    position: relative;
    width: 100%;
}
.wawoo-tel {
    position: absolute;
    right: 0px;
    top:34px;
    font-size: 22px;
    vertical-align: middle;
}
.wawoo-tel .iconfont {
    font-size: 28px;
    color: #2d67a8;
    vertical-align: middle;
}
/*logo*/
.navbar-brand {
    position: relative;
    height: 110px;
    width: 420px;
    display: block;
    padding-top: 27px;
}
.navbar-brand img {
    width: 70px;
}
.brand-name {
    position: absolute;
    font-size: 24px;
    font-weight: 400;
    color: #1f1715;
    top: 32px;
    left: 95px;
}
.ebrand-name {
    position: absolute;
    font-size: 12.6px;
    color: #939393;
    bottom: 28px;
    left: 97px;
}
/*英文LOGO*/
.nav-en .navbar-brand {
    width: 450px;
}
.nav-en .brand-name {
    font-size: 30px;
    font-weight: 600;
    left: 90px;
    display: block;
}
.nav-en .brand-name span {
	font-size: 24px;
	font-weight: 400;
	display: block;
	padding-top: 10px;
}
/*导航*/
.navbar-default {
    background-color: #fff;
}
.navbar-default .navbar-nav > li > a {
    font-size: 20px;
    margin: 0px;
    padding: 0px 30px;
    line-height: 63px;
    height: 63px;
    border-radius: 0px;
    color: #404040;
}
.nav-en .navbar-nav > li > a {
    font-size: 18px;
    padding: 0px 10px;

}
.navbar {
    margin-bottom: 0px;
    border: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #fff;
    border-bottom: 3px solid #2d67a8;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: #fff;
    border-bottom: 3px solid #2d67a8;
}
.navbar-charset {
    line-height: 63px;
    height: 63px;
    position: absolute;
    top:110px;
    right: 0px;
}
.navbar-charset a {
    color: #404040;
}
.navbar-charset a:first-child {
	margin-right: 10px;
}
.navbar-charset a:last-child {
	margin-left: 10px;
}
.charsetActive {
    font-weight: 600;
    border-bottom: 2px solid #e7141a;
}

/*滚动图片*/
.swiper-container {
    width: 100%;
    height: 600px;
}
.swiper-container .swiper-slide {
    position: relative;
    overflow: hidden;
    background-color: #f1f1f1;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: none;
    border: 1px solid #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #fff;
}
.full {
    position: absolute;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    color: #e7141a;
}
.swiper-text {
    position: relative;
    width: 1140px;
    margin: 0 auto;
}
.swiper-text1 {
    position: absolute;
    width: 500px;
    top: 150px;
    left: 60px;
    font-size: 24px;
    line-height: 180%;
    color: #404040;
}
.swiper-text2 {
    position: absolute;
    width: 500px;
    top: 150px;
    right: 20px;
    font-size: 22px;
    line-height: 180%;
    color: #404040;
}
.swiper-text2 p {
	background-color: rgba(255,255,255,0.5);
	padding: 20px;
}
/*首页关于我们*/
.about {
    padding-bottom: 50px;
    padding-top: 65px;
}
.about img {
    width: 100%;
}
.about-txt {
    font-size: 18px;
    line-height: 200%;
    text-align: justify;
    height: 100%;
}
.aboutBtn {
    padding-top: 16px;
}
.aboutBtn .btn {
    display: inline;
    border-radius: 0px;
    padding: 10px 30px;
}
.headline {
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 15px;
}
.headline h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    margin-top: 8px;
}
.headline h4 {
    color: #cbcbcb;
    font-weight: 400;
    font-size: 16px;
}

.about-box {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}
.about-box .iconfont {
    font-size: 52px;
}
.color1 .iconfont {
	color: #337bcb;
}
.color2 .iconfont {
	color: #79bd41;
}
.color3 .iconfont {
	color: #ee2f5c;
}
.about-box h3 {
    font-size: 22px;
    font-weight: 400;
    color: #3c3c3c;
    position: relative;
    line-height: 180%;
    margin-top: 0px;
}
.about-box h3:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -25px;
}
.color1 h3:after {
    background-color: #337bcb;
}
.color2 h3:after {
    background-color: #79bd41;
}
.color3 h3:after {
    background-color: #ee2f5c;
}
.about-box h4 {
    font-size: 12px;
    color: #cacaca;
}
.about-box p {
    font-size: 16px;
    line-height: 160%;
    color: #565656;
    text-align: center;
    padding: 10px 20px;
}
.about-box p .btn {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
}
/*关于我们*/
.abouthf .about-box p {
    font-size: 18px;
}
.abouthf .about-box {
    padding-top: 0px;
    padding-bottom: 30px;
}
.abouthf .about-box .iconfont {
    font-size: 84px;
}
.abouthf .about-box h3 {
    font-size: 32px;
    border-bottom: 1px solid #c0c0c0;
}
.abouthf .about-box img {
    max-width: 100%;
}
.abouthf .about-img {
    float: left;
    padding-right: 20px;
}
.abouthf .about-txt {
    padding-bottom: 50px;
    text-indent: 0em;
    height: auto;
    line-height: 200%;
}
.abouthf .about-p {
    text-align: center !important;
    font-size: 22px !important;
}
.abouthf .about-box p {
    line-height: 200%;
    text-align: justify;
}

/*质量控制和产品描述背景*/
.container-bg {
	background: url('../img/index-bg.jpg') no-repeat top center;
}
.boxH {
	padding-top: 50px;
	text-align: center;
}
.boxH h2 {
	font-size: 36px;
	font-weight: 600;
	color: #565656;
}
.boxH h3 {
	font-size: 20px;
	color: #cbcbcb;
	margin-top: 10px;
	margin-bottom: 15px;
}
/*首页质量控制*/
.zl-box {
	width: 360px;
	height: 360px;
	background-color: #ffffff;
	margin-top: 30px;
	color: #404040;
}
.zl-box:hover {
	background-color: #f1f1f1;
}
.zl-box img {
	width: 100%;
}
.zl-box h4 {
	padding: 60px 40px 0px 40px;
	margin: 0px; 
	font-weight: 600;
	font-size: 18px;
}
.zl-box p {
	padding: 40px;
	margin: 0px;
	line-height: 180%;
	font-size: 16px;
    text-align: justify;
}
/*产品*/
.pro-bg {
	background: #f2f2f2 url('../img/cp-bg.jpg') no-repeat bottom right;
	position: relative;
	height: 980px;
	margin-bottom: 50px;
}

.product-nav {
    position: absolute;
    top:0px;
    right: 0px;
    width: 278px;
    text-align: center;
    padding-top: 40px;
}
.product-nav h5 {
	text-align: left;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding-left: 56px;
}
.product-nav h5:after {
    content: "";
    position: absolute;
    left: 40px;
    width: 6px;
    height: 24px;
    top:0px;
    background-color: #2d67a8;
}
.product-nav a {
    color: #fff;
}
.product-nav ul {
	padding-inline-start: 0px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
}
.product-nav li {
	font-size: 22px;
    list-style: none;
    border-bottom: 1px solid #82838d;
    padding:15px 0px;
}
.product-nav li a:hover {
	color: #e7141a;
}
.product-nav li:last-child {
    border-bottom: none;
}

/*产品列表*/
.pro-list {
    margin-bottom: 30px;
    padding-top:40px;
    padding-right: 318px;
    padding-left: 40px;
}
.pro-list h5 {
	text-align: left;
	font-size: 24px;
	font-weight: 600;
	color: #565656;
	position: relative;
	padding-left: 16px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #a4a5aa;
}
.pro-list h5:after {
    content: "";
    position: absolute;
    left: 0px;
    width: 6px;
    height: 24px;
    top:0px;
    background-color: #2d67a8;
}
.pro-list a {
    color: #3c3c3c;
}
.pro-box {
    position: relative;
    margin-bottom: 30px;
}
.pro-box:hover .box-text h3, .pro-box:hover p.text-cas, .pro-box:hover .box-text li {
	color: #2d67a8;
}
.pro-box img {
    width: 200px;
    height: 110px;
}
.pro-box .box-text {
    position: absolute;
    top:-10px;
    left: 220px;
}
.box-text h3 {
    font-size: 22px;
    color: #3c3c3c;
}
.box-text p.text-cas {
    font-size: 16px;
    color: #666;
}
.box-text ul {
	padding-inline-start: 0px;
}
.box-text li {
	list-style: none;
	color: #999;
	font-size: 14px;
	float: left;
	padding-right: 10px;
}
.box-text li span {
	color: #666;
}

/*面包屑*/
.breadcrumb a {
    color: #fff;
    font-size: 14px;
    padding: 2px;
}
.breadcrumb a:after {
    content: "/";
    margin-left: 15px;
}
.breadcrumb a:last-child:after {
    content: "";
    margin-left: 0px;
}

/*底部*/
.footer {
    background-color: #333333;
    padding-top: 30px;
    padding-bottom: 10px;
    color: #d4d4d4;
    font-size: 16px;
}

.footer-box {
    width: 100%;
    margin-bottom: 30px;
}
.footer-box li {
	list-style: none;
	width: 33.33%;
	float: left;
}
.footer-box li a {
	color: #d4d4d4;
	font-size: 18px;
	line-height: 200%;
}

.footer-add {
    margin-bottom: 30px;
    border-left: 1px solid #6b6b6b;
    padding-left: 30px;
}
.footer-add h4 {
	font-size: 24px;
	margin-bottom: 20px;
}
.footer-add p {
	font-size: 16px;
    line-height: 180%;
}
.footer-line {
    border-top: 1px solid #6b6b6b;
    padding: 15px 0px;
    text-align: center;
    color: #999;
    font-size: 14px;
}
.footer-line a {
    color: #888;
}

/*产品服务*/
.product {
    padding-bottom: 50px;
}
.breadcrumb {
    font-size: 14px;
}
.breadcrumb a {
    color: #333;
}
/*二级导航*/
.nav2 {
    margin-bottom: 30px;
    background: #272a38 url('../img/cp-bg.jpg') no-repeat bottom right;
    min-height: 900px;
}
.nav2 h2 {
    margin: 0px;
    padding: 30px;
    padding-left: 45px;
    color: #fff;
    font-size: 24px;
    position: relative;
}
.nav2 h2:after {
    content: "";
    position: absolute;
    left: 30px;
    width: 6px;
    height: 24px;
    top:30px;
    background-color: #2d67a8;
}
.nav-ul {
    padding-inline-start: 0px;
    list-style: none;
    font-size: 18px;
    padding: 0px 30px 50px 30px;
}
.nav-ul li {
    border-top: 1px solid #82838d;
    text-align: center;
}
.nav-ul li:first-child {
    border-top: none;
}
.nav-ul a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px;
}
.nav-ul a:hover {
    color: #e7141a;
}
.nav-ul .active a {
    color: #e7141a;
    background-color: rgba(255,255,255,0.05);
}

/*产品详情页*/
.por-title {
    position: relative;
    margin-bottom: 50px;
}
.por-title .btn {
    position: absolute;
    right: 15px;
    bottom: 0px;
}
.ptext {
    margin-top: 10px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 28px;
}
.smalltext {
    text-align: right;
    font-size: 16px;
    color: #999;
}
.panel-parameter {
    background-color: #eeeeee;
    padding:10px 20px;
    border-radius: 3px;
    margin:20px auto;
    font-size: 16px;
    line-height: 200%;
}
.news-pages {
    text-align: right;
    padding: 5px 10px;
    font-size: 16px;
    margin-bottom: 50px;
}
.product-info {
    line-height: 200%;
    font-size: 16px;
}

/*栏目图*/
.lm-banner {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    position: relative;
    height: 200px;
    background-color: #eeeeee;
    margin-bottom: 30px;

}

/*联系我们*/
.contactus img {
    width: 100%;
}
.newstextc img {
    max-width: 100% !important;
}
.contactus h3 {
    padding-bottom: 20px;
}
.contactus p {
    font-size: 18px;
}
/*质量控制*/
.newstextz {
	position: relative;
	padding-left: 260px;
	height: 240px;
	font-size: 16px;
	line-height: 220%;
	margin-bottom: 30px;
}
.newstextz img {
	width: 240px;
	position: absolute;
	left: 0px;
}
.newstextz h5 {
	font-size: 18px;
	font-weight: 600;
	padding-top: 10px;
}
/*小屏幕电脑*/
@media (min-width: 992px) and (max-width: 1199px) {
    .about-txt {
       line-height: 160%;
    }
    .zl-box {
    width: 293px;
    height: 293px;
    }
    .zl-box h4 {
    padding-top: 30px;
    }
    .zl-box p {
        padding-top: 20px;
        font-size: 14px;
    }
    .swiper-text {
        width: 992px;
    }
}
/*手机端*/
@media (max-width: 991px) {
    .wawoo-top {
        padding-right: 0px;
        padding-left: 0px;
    }
    .wawoo-top .navbar-header {
        width: auto;
    }
    .navbar-charset {
        line-height: 63px;
        height: 63px;
        position: absolute;
        top: -15px;
        right: 15px;
    }
    /*logo*/
    .navbar-brand {
        height: 105px;
        width: 300px;
        padding-top: 3.6rem;
    }
    .navbar-brand>img {
        width: 5rem;
    }
    .brand-name {
        font-size: 2.7rem;
        top: 4rem;
        left: 7rem;
    }
    .ebrand-name {
        font-size: 1rem;
        bottom: auto;
        top: 6.2rem;
        left: 7.2rem;
        letter-spacing: 0px;
    }
    /*英文LOGO*/
    .nav-en .navbar-brand {
        width: 320px;
    }
    .nav-en .brand-name {
        font-size: 2.4rem;
        top: 3.7rem;
        left: 7rem;
    }
    .nav-en .brand-name span {
        font-size: 1.8rem;
        padding-top: 2px;
    }
    .nav-en .ebrand-name {
        left: 7.2rem;
        letter-spacing: 0px;
    }
        /*导航*/
    .navbar {
        height: 105px;
        min-height: 0px;
    }
    .navbar-nav {
        background-color: rgba(0, 0, 0, 0.6);
        margin: 0px -15px;
        padding: 10px 30px;
        text-align: center;
    }
    .navbar-toggle {
        margin-top: 3.8rem;
    }
    .navbar-default .navbar-nav > li > a {
        line-height: 5.2rem;
        height: 5.2rem;
        font-size: 2rem;
        color: #fff;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        border-bottom: 0px solid #55842e;
    }
    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        border-bottom: 0px solid #55842e;
    }
    .lm-banner {
        height: 150px;
    }
    /*.lm-banner img {
        width: 100%;
        height: 150px;
    }*/

    /*滚动图片*/
    .swiper-container {
        min-height: 172px;
    }
    .swiper-container .swiper-slide img {
        width: 100%;
        min-height: 172px;
    }
    .container-fluid.top-nav {
        padding-right: 0px;
    }
    .swiper-text {
        width: 100%;
    }
    .swiper-text .btn {
        padding: 5px 10px;
        font-size: 1.4rem;
        border-radius: 3px;
    }
    .swiper-text1 {
        width: 60%;
        top: 40px;
        left: 50px;
        font-size: 1.4rem;
    }
    .swiper-text2 {
        width: 70%;
        top: 40px;
        right: 60px;
        font-size: 1.4rem;
    }
    .swiper-text2 p {
        background-color: rgba(255,255,255,0.5);
        padding: 10px;
    }
    /*首页关于我们*/
    .about {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .about img {
        width: 60%;
        margin:0px 20%;
    }
    .about-txt {
        font-size: 1.6rem;
        height: auto;
    }
    .aboutBtn {
        display: none;
    }
    .headline h3 {
        font-size: 2.4rem;
        text-align: center;
        margin-top: 20px;
    }
    .headline h4 {
        text-align: center;
    }

    .about-box {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    /*质量控制*/

    .boxH {
        padding-top: 20px;
    }
    .zl-box {
        width: 100%;
        height: auto;
    }
    .zl-box h4 {
        padding: 10px;
        font-size: 2rem;
        text-align: center;
    }
    .zl-box p {
        padding: 10px;
        line-height: 160%;
        font-size: 1.7rem;
        text-align: center;
    }
    .zl-box img {
        width: 50%;
        margin: 0px 25%;
    }
    /*产品*/
    .pro-bg {
        background: none;
        background-color: #fff;
        height: auto;
    }
    .product-nav {
        display: none;
    }
    .pro-list {
        margin-bottom: 20px;
        padding-top: 20px;
        padding-right: 0px;
        padding-left: 0px;
        border-top: 1px solid #a4a5aa;
    }
    .box-text ul {
        display: none;
    }
    .pro-list h5 {
        display: none;
    }
    /*产品列表*/
    .pro-box img {
        width: 140px;
        height: 76px;
    }
    .pro-box .box-text {
        left: 150px;
    }
    .box-text h3 {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-top: 1.2rem;
        margin-bottom:0.2rem;
        word-break:break-all;
        height: 4.4rem;
        overflow:hidden;
    }
    .box-text p {
        font-size: 1.4rem;
        width: 180px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .news-pages {
        margin-bottom: 20px;
    }
    /*关于我们*/
    .abouthf .about-box p {
        font-size: 1.6rem;
        line-height: 180%;
        text-align: justify;
        padding: 10px 0px;
    }
    .abouthf .about-box {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .abouthf .about-box .iconfont {
        font-size: 5rem;
    }
    .abouthf .about-box h3 {
        font-size: 3rem;
        border-bottom: 1px solid #c0c0c0;
    }
    .abouthf .about-box h4 {
        font-size: 1.6rem;
    }
    .abouthf .about-box img {
        max-width: 100%;
    }
    .abouthf .about-txt {
        font-size: 1.6rem;
        padding-right:15px;
        padding-left: 15px;
        padding-bottom: 30px;
    }
    .abouthf .about-p {
        text-align: center !important;
        font-size: 1.6rem !important;
    }
    .abouthf .about-img img {
        width: 60%;
        margin: 20px 20%
    }
    .abouthf .about-img {
        padding-right: 0px;
    }
    /*底部*/
    .tel-box {
        width: 100%;
    }
    .footer-box ul {
        padding-inline-start: 0px;
    }
    .footer-box li {
        width: 50%;
        text-align: center;
    }
    .footer-box li a {
        font-size: 1.6rem;
        line-height: 220%;
    }
    .footer-line {
        text-align: center;
        font-size: 1.4rem;
    }
    .footer-line a {
        display: block;
    }
    .footer-line span {
        display: block;
    }
    .footer-add {
        border-top: 1px solid #6b6b6b;
        border-left: none;
        padding-left: 0px;
        padding-top: 20px;
        margin-bottom: 10px;
    }
    .footer-add h4 {
        font-size: 2.2rem;
    }
    .footer-add p {
        font-size: 1.6rem;
    }
    /*二级导航*/
    .nav2 {
        display: none;
    }
    .newstextz {
        padding-left: 120px;
        height: auto;
    }
    .newstextz img {
        width: 100px;
        top: 40px;
    }
    .newstextz h5 {
        font-size: 1.8rem;
        padding-top: 0px;
    }
    .newstextz p {
        font-size: 1.6rem;
    }
    .breadcrumb, .breadcrumb a {
        font-size: 1.2rem;
    }
    .por-title .btn {
        right: auto;
    }

}
